home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / akcl1615.lha / h / hp300-bsd.defs < prev    next >
Text File  |  1991-02-10  |  826b  |  38 lines

  1.  
  2. # Machine dependent makefile definitions for hp300 running 4.3bsd(mt xinu)
  3.  
  4. LBINDIR=/usr/local/bin
  5.  
  6. OFLAG    =  -O 
  7. LIBS    = -lm -lg 
  8. ODIR_DEBUG= -g
  9.  
  10. # This CC string will be used for compilation of the system,
  11. # and also in the compiler::*cc* variable for later compilation of
  12. # lisp files.
  13.  
  14. CC = gcc -fwritable-strings -msoft-float -DVOL=volatile -I$(AKCLDIR)/o 
  15. MAINDIR = /public/kcl
  16.  
  17. # Enable the fastloading mechanism which does not use ld -A
  18. # requires c/rel_.. machine dependent code.
  19.  
  20. RSYM    = rsym
  21. SFASL    = $(ODIR)/sfasl.o
  22.  
  23. #  Use the mp.s file on 68k machine 
  24.  
  25. MPFILES= $(MPDIR)/mpi-bsd68k.o   $(MPDIR)/libmport.a
  26.  
  27.  
  28. # When using SFASL it is good to have (si::build-symbol-table)
  29. INITFORM=(si::build-symbol-table)
  30.  
  31. # Use symbolic links
  32. SYMB=-s
  33.  
  34. LIBFILES=bsearch.o
  35.  
  36. # the  make to use for saved_kcp the profiler.
  37. KCP=kcp-bsd
  38.